home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / wires / r3wicogroup.js < prev    next >
Encoding:
Text File  |  2005-04-04  |  625 b   |  28 lines

  1.  
  2. // This JavaScript file was autogenerated from inc/real/wires/r3wicogroup.h
  3. // Do not modify by hand
  4. // Copyrights 2001, Realsoft Graphics, Finland
  5.  
  6. include("real/wires/r3wipart.js")
  7. include("oops/r3vector.js")
  8. var R3CLID_WICOGROUP = 1741;
  9.  
  10. R3WICOGROUPM_ = 1741000;
  11.  
  12. function _R3WICOGROUPM_() {
  13.   return this.r3Do(R3WICOGROUPM_, arguments);
  14. }
  15.  
  16. function r3Wicogroup () { 
  17.    this.base = r3God;
  18.    if(arguments.length) {
  19.       this.base(R3CLID_WICOGROUP, arguments);
  20.    }
  21.    // Methods
  22.    this.=_R3WICOGROUPM_;
  23.  
  24.    // Attributes
  25. }
  26.  
  27. r3Wicogroup.prototype=new r3Wire;
  28. // inc/real/wires/r3wicogroup.h_H